object SplashForm: TSplashForm Left = 245 Top = 115 BorderIcons = [] BorderStyle = bsNone Caption = 'SplashForm' ClientHeight = 299 ClientWidth = 500 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} OldCreateOrder = False Position = poScreenCenter Visible = True PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 500 Height = 299 Align = alClient Picture.Data = {} end object Timer1: TTimer Interval = 2000 Left = 16 Top = 8 end end